.c-product-interconnection-detail-params
  .c-product-interconnection-detail-params__products.is-type--numbers.is-display--box
  a .item-type-numbers{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;

  width:auto !important;
  inline-size:auto !important;
  height:auto !important;
  min-width:max-content;
  min-height:36px;

  padding:7px 15px;
  border:1px solid rgba(0,0,0,.2);
  border-radius:8px;
  white-space:nowrap;
  box-shadow:none !important;
  box-sizing:border-box;

  font-family:Roboto, sans-serif;
  font-weight:600;
  font-size:14.7px; 
  line-height:1.38;
  background:#fff !important;
  color:#000 !important;
  cursor:pointer;
  transition:all .3s ease;
}

.c-product-interconnection-detail-params
  .c-product-interconnection-detail-params__products.is-type--numbers.is-display--box
  a.is-current .item-type-numbers{
  background:#fff !important;
  color:rgb(34,160,0) !important;
  border-color:rgb(34,160,0) !important;
  box-shadow:0 0 2px 0 rgb(34,160,0);
}